//==============================================================================
// Hippocampus_anim.txt
//==============================================================================

//==============================================================================
define greekbirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX G Myth Unit Birth Effect
      }
   }
}
//==============================================================================
define ripple
{
   set hotspot
   {
      version
      {
         Visualparticle Special G Hippocampus Idle
      }
   }
}

//==============================================================================
define Wake
{
   set hotspot
   {
      version
      {
         Visualparticle Special G Hippocampus Wake
      }
   }
}

//==============================================================================
define Splash
{
   set hotspot
   {
      version
      {
         Visualparticle Special G Hippocampus Splash
      }
   }
}
//==============================================================================

//==============================================================================
anim Bored
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special G Hippocampus_BoredA
				Connect Hotspot Ripple hotspot
				Connect Attachpoint Splash hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special G Hippocampus_deathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag SpecificSoundSet 0.40 false ShipDeathSplash checkVisible 
//-- end auto generated section
				Connect Hotspot Ripple hotspot
				Connect Attachpoint Splash hotspot
				Connect LaunchPoint Splash hotspot
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special G Hippocampus_idleA
				Connect Hotspot Ripple hotspot
         }
      }
   }
}

//==============================================================================
anim Birth
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special G Hippocampus_BirthA
				Connect Hotspot Ripple hotspot
				connect HOTSPOT greekbirthSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special G Hippocampus_WalkA
				Connect Hotspot Wake hotspot
         }
      }
   }
}

//==============================================================================
anim attack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special G Hippocampus_attackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.56 true   
                  tag GenericSound 0.01 true   
//-- end auto generated section
				Connect Hotspot Ripple hotspot
				Connect Attachpoint splash hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special G Hippocampus_WalkA
         }
      }
   }
}

